Call to a member function move() on null

89

if (Input::file('image')) {

    if(file_exists(Input::file('image')->move(getcwd() . '/files/img/' . $post-    >image)))    
        {
            unlink(Input::file('image')->move(getcwd() . '/files/img/' . $post-    >image));
    ....
}

Comments

Submit
0 Comments